home *** CD-ROM | disk | FTP | other *** search
/ Temic Semiconductors Tech…al Library 1997 February / Temic Semiconductors Technical Library - 1997 February.iso / TEMIC2.DIR / 00414_Script_414 < prev    next >
Text File  |  1997-03-18  |  791b  |  32 lines

  1. on mouseUp
  2.   global myframe
  3.   puppetSprite 1, true
  4.   puppetSprite 2, true
  5.   puppetSprite 3, true
  6.   puppetSprite 4, true
  7.   puppetSprite 5, true
  8.   puppetSprite 6, true
  9.   puppetSprite 7, true
  10.   set the visible of sprite 1 to true
  11.   set the visible of sprite 2 to true
  12.   set the visible of sprite 3 to true
  13.   set the visible of sprite 4 to true
  14.   set the visible of sprite 5 to true
  15.   set the visible of sprite 6 to true
  16.   set the visible of sprite 7 to true
  17.   puppetSprite 1, false
  18.   puppetSprite 2, false
  19.   puppetSprite 3, false
  20.   puppetSprite 4, false
  21.   puppetSprite 5, false
  22.   puppetSprite 6, false
  23.   puppetSprite 7, false
  24.   
  25.   set myframe = the frame
  26.     go to frame "help"
  27.   
  28.   puppetSprite 7, true
  29.   set the memberNum of sprite 7 to 404
  30.   updateStage
  31.   
  32. end